ExecutionViewData

The execution object contains all the details of scheduled execution instance.

API Section: Objects

Type: Object

Properties

Name

Description

Required

Type

Format

id

The execution's system ID

-

string

startDate

The execution's start date

-

string

date-time

endDate

The execution's end date

-

string

date-time

outputType

The type's of output enumeration

-

PrintingOutputType

successPct

Percentage of the execution's tasks that succeeded

-

number

float

partialSuccessPct

Percentage of the execution's tasks that partially succeeded

-

number

float

failedPct

Percentage of the execution's tasks that failed

-

number

float

canceledPct

Percentage of the execution's tasks that were canceled

-

number

float

runningPct

Percentage of the execution's tasks that are running

-

number

float

pendingPct

Percentage of the execution's tasks that are pending

-

number

float

triggerStoppedPct

Percentage of the execution's tasks that stopped after trigger evaluation

-

number

float

items

Execution Tasks object with details of a scheduled job task.

-

TaskViewData []

Usages
  • /API/admin/getExecutions
  • /API2/tasks/getExecutions